home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-25 | 548 b | 23 lines | [TEXT/ToyS] |
- tell application "FileMaker Pro"
- get data first cell
- get data last cell
- cells 1 thru 5
- get data every cell
- record 2 as text
- get data middle record
- records 1 thru 4
- every record
- first cell of database 2
- get data last cell of database 2
- cells 1 thru 5 of database 2
- every cell of database "Test1"
- record 2 of database "Test1"
- middle record of last database as list
- records 1 thru 4 of last database as text
- every record of last database
- every record of last database as text
-
- every request
- requests 1 thru 2
- request ID 1
- end tell